Builder

class Builder : GeneratedMessage.Builder<BuilderT> , ConfigProtos.Config.NetworkConfig.IpV4ConfigOrBuilder

Protobuf type meshtastic.Config.NetworkConfig.IpV4Config

Functions

Link copied to clipboard
Link copied to clipboard

Static DNS server address
fixed32 dns = 4;
Link copied to clipboard

Static gateway address
fixed32 gateway = 2;
Link copied to clipboard

Static IP address
fixed32 ip = 1;
Link copied to clipboard

Static subnet mask
fixed32 subnet = 3;
Link copied to clipboard
fun getDescriptor(): Descriptors.Descriptor
Link copied to clipboard
open fun getDescriptorForType(): Descriptors.Descriptor
Link copied to clipboard
open fun getDns(): Int

Static DNS server address
fixed32 dns = 4;
Link copied to clipboard
open fun getGateway(): Int

Static gateway address
fixed32 gateway = 2;
Link copied to clipboard
open fun getIp(): Int

Static IP address
fixed32 ip = 1;
Link copied to clipboard
open fun getSubnet(): Int

Static subnet mask
fixed32 subnet = 3;
Link copied to clipboard
Link copied to clipboard

Static DNS server address
fixed32 dns = 4;
Link copied to clipboard

Static gateway address
fixed32 gateway = 2;
Link copied to clipboard

Static IP address
fixed32 ip = 1;
Link copied to clipboard

Static subnet mask
fixed32 subnet = 3;